home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 727 b | 29 lines | [TEXT/GEOL] |
- Item 2824378 4-May-90 18:54PDT
-
- From: THOUGHT.SHOP Thought Shop, Arvid Jedlicka,PRT
-
- To: DAWSON.M Dawson, Mark
-
- cc: MACAPP.TECH$ MacApp Technical
- THOUGHT.SHOP Thought Shop, Arvid Jedlicka,PRT
-
- Sub: re> finding boot screen
-
- Mark,
-
- One way to find the size screen would be to look at the GDevice. Something
- like this might work.
-
- aGDevice = GDHandle;
-
- aGDevice := GetMainDevice; {Get device with menu bar on it}
-
- aGDevice.gdect contains the boundary rectangle of the device in coordinates
- relative to the main device.
-
- Chapter 5 in IM5 may help.
-
- Arvid Jedlicka
- The Thought Shop
-
-